home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / jwlthief.zip / README.TXT < prev   
Text File  |  1990-04-12  |  2KB  |  56 lines

  1.   JWLTHIEF.ZOO by Paul Ligeski
  2.   
  3.   Revision history:
  4.   
  5.     04/12/90 -- Update to Actor 2.0
  6.     10/27/88 -- Initial release.
  7.   
  8.   
  9.   This zoo file contains the source code and resources for the game
  10. "Jewel Thief".  The zoo file is broken up as follows:
  11.  
  12.          JEWEL.CLS    : Source code for displaying jewels
  13.          GUARD.CLS    : Source code for displaying guards
  14.          FUNWINDO.CLS : Source code defining the playing field
  15.          FUNAPP.CLS   : Source code for sealing the application
  16.  
  17.          JWLTHIEF.ICO      : Icon resource
  18.          JWLTHIEF.CUR      : Cursor resource
  19.          JWLTHIEF.BMP      : Bitmap resource
  20.          JWLTHIEF.RC       : Application resource
  21.  
  22.          JWLTHIEF.LOD      : Jewel Thief load file
  23.          BLDEXE.BAT        : Batch file to build JWLTHIEF.EXE
  24.          README.TXT        : Duh
  25.  
  26. Instructions:
  27.  
  28. 1) Copy JEWEL.CLS, GUARD.CLS, FUNWINDO.CLS, FUNAPP.CLS into ACTOR\CLASSES
  29.  
  30. 2) Copy JWLTHIEF.ICO, JWLTHIEF.CUR, JWLTHIEF.BMP, JWLTHIEF.RC and BLDEXE.BAT
  31.      into ACTOR\RES
  32.  
  33. 3) Go into \ACTOR\RES and type: BLDEXE to create the executable
  34.  
  35. 4) Go into a clean ACTOR.IMA and type:
  36.       load("jwlthief.lod");
  37.       load();       
  38.  
  39. 5) Click on "Seal-Off":
  40.      - The application class is "FunApp"
  41.      - The image name is "JWLTHIEF.IMA"
  42.      - The dynamic setting is 20
  43.      - The static setting is 30
  44.  
  45. You now have a Jewel Thief application.
  46.  
  47.  
  48. Jewel Thief is public domain.  Feel free to pass them along.  Your
  49. comments, suggestions, even gripes, are welcome.
  50.  
  51. Paul Ligeski
  52. MEDSTAT Systems, Inc.
  53. 777 East Eisenhower  Suite 500
  54. Ann Arbor, MI  48108
  55. (313) 996-1180
  56.